Uses of Class
org.eclipse.vtp.desktop.editors.core.model.UIElement

Packages that use UIElement
org.eclipse.vtp.desktop.editors.core.model   
org.eclipse.vtp.desktop.editors.core.theme   
org.eclipse.vtp.desktop.editors.themes.attraction   
org.eclipse.vtp.desktop.editors.themes.mantis   
 

Uses of UIElement in org.eclipse.vtp.desktop.editors.core.model
 

Methods in org.eclipse.vtp.desktop.editors.core.model that return UIElement
 UIElement UICanvas.addElement(Element element, int x, int y)
           
 UIElement UIConnector.getDestination()
           
 UIElement UIConnector.getUIOrigin()
           
 

Methods in org.eclipse.vtp.desktop.editors.core.model with parameters of type UIElement
 UIConnector UICanvas.addConnector(Connector connector, UIElement origin, UIElement destination)
           
 void UICanvas.removeElement(UIElement uiElement)
           
 

Constructors in org.eclipse.vtp.desktop.editors.core.model with parameters of type UIElement
UIConnector.ConnectorEndPoint(UIElement terminus)
           
UIConnector(Connector connector, UIElement origin, UIElement destination)
           
UIConnector(org.w3c.dom.Element connectorDesign, Connector connector, UIElement origin, UIElement destination)
           
 

Uses of UIElement in org.eclipse.vtp.desktop.editors.core.theme
 

Methods in org.eclipse.vtp.desktop.editors.core.theme that return UIElement
 UIElement ElementFrame.getUIElement()
           
 

Methods in org.eclipse.vtp.desktop.editors.core.theme with parameters of type UIElement
 ElementFrame Theme.createElementFrame(UIElement element)
           
 

Uses of UIElement in org.eclipse.vtp.desktop.editors.themes.attraction
 

Methods in org.eclipse.vtp.desktop.editors.themes.attraction that return UIElement
 UIElement AttractionElementFrame.getUIElement()
           
 

Methods in org.eclipse.vtp.desktop.editors.themes.attraction with parameters of type UIElement
 ElementFrame AttractionTheme.createElementFrame(UIElement element)
           
 

Constructors in org.eclipse.vtp.desktop.editors.themes.attraction with parameters of type UIElement
AttractionElementFrame(UIElement uiElement)
           
 

Uses of UIElement in org.eclipse.vtp.desktop.editors.themes.mantis
 

Methods in org.eclipse.vtp.desktop.editors.themes.mantis that return UIElement
 UIElement MantisElementFrame.getUIElement()
           
 

Methods in org.eclipse.vtp.desktop.editors.themes.mantis with parameters of type UIElement
 ElementFrame MantisTheme.createElementFrame(UIElement element)
           
 

Constructors in org.eclipse.vtp.desktop.editors.themes.mantis with parameters of type UIElement
MantisElementFrame(UIElement uiElement)